home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
00469_Bitmap_ResumeBtn
< prev
next >
Wrap
Text File
|
1995-05-21
|
257b
|
16 lines
on mouseDown
put "Reset" into f
put "ResetHL" into fHL
hiliter 5, f, fHL
puppetsound "button.aif"
updatestage
end
on mouseUp
global gReset
set gReset = "x"
set the castNum of sprite 5 = cast "Reset"
go frame "Options2"
end